home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 5-023 bas2com basic compiler / 1.img / COM.BAT < prev    next >
DOS Batch File  |  1982-05-07  |  410b  |  14 lines

  1. REM  COM.BAT requires the following:
  2. REM  . a two-drive system
  3. REM  . BASIC diskette in drive A:
  4. REM  . work diskette in drive B:
  5. REM  . IBMCOM.OBJ copied to the work diskette
  6. REM  . BASCOM-Linker diskette for the link step
  7. REM  . COM.BAT on BASIC and BASCOM-Linker diskettes
  8. PAUSE . . . begin the compilation
  9. B:
  10. A:BASCOM %1/O,,%2;
  11. PAUSE . . insert BASCOM-Linker in drive A:
  12. A:LINK %1+IBMCOM;
  13. %1
  14.